What does `@` mean at the start of a string in C#?
        Posted  
        
            by sunglim
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sunglim
        
        
        
        Published on 2010-04-14T23:51:06Z
        Indexed on 
            2010/04/15
            0:12 UTC
        
        
        Read the original article
        Hit count: 594
        
Consider the following line:
readonly private string TARGET_BTN_IMG_URL = @"\\ad1-sunglim\Test\";
In this line, why does @ need to be attached?
© Stack Overflow or respective owner